home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / util / misc / man3801.lha / Man3.801 / Pages / Wait.man < prev    next >
Text File  |  1995-05-17  |  1KB  |  62 lines

  1.  
  2. NAME
  3.  
  4.     Wait
  5.  
  6.  
  7. FORMAT
  8.  
  9.     WAIT [<n>] [SEC|SECS] [MIN|MINS] [UNTIL <time>]
  10.  
  11.  
  12. PURPOSE
  13.  
  14.     To wait for the specified time.
  15.  
  16.  
  17. SPECIFICATION
  18.  
  19.     WAIT is used in command sequences or after RUN to wait for a 
  20.     certain period, or to wait until a certain time. Unless you 
  21.     specify otherwise, the waiting period is one second. The 
  22.     argument specifies the number of seconds (or minutes, if MIN 
  23.     is given) to wait. Use the keyword UNTIL to wait until a 
  24.     particular time of the day, given in the format HH:MM.
  25.  
  26.  
  27. EXAMPLES
  28.  
  29.     1> WAIT 10 MINS
  30.     Waits ten minutes.
  31.  
  32.     1> WAIT UNTIL 21:15
  33.     Waits until 9:15 p.m.
  34.     
  35.  
  36. BUGS
  37.  
  38.         NONE.
  39.  
  40.  
  41. AUTHOR
  42.  
  43.         Commodore Business Machines.  This program is provided with your Amiga
  44.         Workbench disks.  It can be found in your C: directory.
  45.  
  46.  
  47. COPYRIGHT NOTICE
  48.  
  49.         This man page was written by:
  50.  
  51.         Markus Hillenbrand
  52.         Hauptstrasse 6
  53.         36124 Eichenzell-Loeschenrod
  54.         Germany
  55.  
  56.         E-mail: m_hillen@informatik.uni-kl.de
  57.  
  58.  
  59. SEE ALSO
  60.  
  61.     Time(AmigaDOS)
  62.